-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add modulefile for Dogwood/Cactus #1073
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloned feature/wcoss2
on WCOSS2 (Cactus). Execute ./build.sh -v -f
. Build failed with
/lfs/h2/emc/da/noscrub/russ.treadon/git/GDASApp/wcoss2/bundle/ioda/src/engines/ioda/src/ioda/Engines/ReadScriptFile.cpp(25): error: no suitable constructor exists to convert from "\
double" to "std::variant<std::__cxx11::string, int, double>"
return std::stod(argValue);
^
compilation aborted for /lfs/h2/emc/da/noscrub/russ.treadon/git/GDASApp/wcoss2/bundle/ioda/src/engines/ioda/src/ioda/Engines/ReadScriptFile.cpp (code 2)
This sounds like the IODA problem we are already aware of and are fixing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve pending resolution of IODA compilation error.
I'll mark this as ready for review once I am able to update the submodules when the IODA pull request is merged in |
…into feature/wcoss2
60af1b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update working copy of feature/wcoss2
on Cactus. ./build.sh -f -v
ran to completion.
Approve.
Shall we try to run |
@RussTreadon-NOAA we can try, but as you note I expect it won't be trivial. I would suggest we tackle that in a subsequent PR. |
Simply loaded wcoss2.intel module and executed
Errors are not surprising. |
Agreed. Let's merge this PR into |
@RussTreadon-NOAA yes, has been a long time coming! |
Automated Global-Workflow GDASApp Testing Results:
|
* develop: Visualize stats in simple html document (#1089) Time series of csv stats (#1086) Use the gdas bkg for the static B (#1084) Add module files to compile on AWS (#1082) The DA only uses the gdas bkg ... fixing again ... (#1079) Using ioda util to convert the datetime in AMSR2 converter (#1077) Add modulefile for Dogwood/Cactus (#1073) Addition of a switch for the cycling type (#1072) Added YAML, JSON, python files for assimilating VIIRS satwinds (#1055) No mpi for the ascii stats (#1070)
While we are technically not supposed to build our own CRTM or FMS, we are asking for forgiveness and forging ahead. This PR should allow GDASApp to compile on WCOSS2 (Dogwood and Cactus) after a minor issue is resolved. That issue being a compile issue in IODA that Ron is already aware of and has a fix that works (https://github.com/JCSDA-internal/ioda/compare/develop...bugfix/read_script_convert_fix).